public class CustomPropertyContainer extends Container implements CustomProperty
Constructor and Description |
---|
CustomPropertyContainer() |
Modifier and Type | Method and Description |
---|---|
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
String |
regexp() |
void |
regexp(String newRegexp) |
boolean |
regexpPresent() |
String |
value() |
void |
value(String newValue) |
boolean |
valuePresent() |
makeArrayList, makeUnmodifiableList
public String name()
name
in interface CustomProperty
public void name(String newName)
public boolean namePresent()
namePresent
in interface CustomProperty
public String regexp()
regexp
in interface CustomProperty
public void regexp(String newRegexp)
public boolean regexpPresent()
regexpPresent
in interface CustomProperty
public String value()
value
in interface CustomProperty
public void value(String newValue)
public boolean valuePresent()
valuePresent
in interface CustomProperty
Copyright © 2016. All rights reserved.