Package com.enonic.xp.inputtype
Class InputTypeProperty
- java.lang.Object
-
- com.enonic.xp.inputtype.InputTypeProperty
-
public final class InputTypeProperty extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InputTypeProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputTypeProperty.Builder
create(String name, String value)
boolean
equals(Object o)
String
getAttribute(String name)
Map<String,String>
getAttributes()
String
getName()
String
getValue()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
create
public static InputTypeProperty.Builder create(String name, String value)
-
-