Interface PublicAttributeSpec
-
public interface PublicAttributeSpec
Used in conjunction with attribute syntaxAttributeValueSyntax.publicExposureSpec()
implementation. Provides information consumed by unity on what is the attribute's value unique id, and how it translates to "binary" content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PublicAttributeSpec.PublicAttributeContentProvider
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicAttributeSpec.PublicAttributeContentProvider
getContentProvider()
PublicAttributeInfo
getInfo(String stringRepresentation)
-
-
-
Method Detail
-
getInfo
PublicAttributeInfo getInfo(String stringRepresentation)
-
getContentProvider
PublicAttributeSpec.PublicAttributeContentProvider getContentProvider()
-
-