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 classInputTypeProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputTypeProperty.Buildercreate(String name, String value)booleanequals(Object o)StringgetAttribute(String name)Map<String,String>getAttributes()StringgetName()StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
create
public static InputTypeProperty.Builder create(String name, String value)
-
-